home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / supercoolpim / setup.exe / {app} / module / DatabaseModule / usertable.json < prev    next >
JavaScript Object Notation  |  2004-12-24  |  163b

  1. {
  2.     "schema": {
  3.         "UserID": "Long Integer",
  4.         "UserName": "Text (50) NOT NULL",
  5.         "password": "Text (50)",
  6.         "Identity": "Byte"
  7.     },
  8.     "data": [
  9.         {
  10.             "UserID": 1,
  11.             "UserName": "Admin",
  12.             "Identity": 0
  13.         }
  14.     ]
  15. }